Welcome![Sign In][Sign Up]
Location:
Search - code of genetic algorithm

Search list

[AI-NN-PRGA

Description: 遗传算法的基本实现代码,对于初学者会有一定的帮助的-The basic realization of genetic algorithm code for beginners will help the
Platform: | Size: 5120 | Author: | Hits:

[AI-NN-PRgac++code

Description: *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Based on Genetic Algorithm */ /* 同济大学计算机系 王小平 2000年5月 -********************//* Genetic Algorithm Based Artificial Life Simulation AL_GA.C*//* An Artificial Life Simulation model Based on Genetic Algorithm*//* Tongji University Department of Computer Science in May 2000 WANG Xiao-ping
Platform: | Size: 626688 | Author: sinofeng | Hits:

[AI-NN-PRGA

Description: 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
Platform: | Size: 1154048 | Author: 周钟 | Hits:

[AI-NN-PRGA

Description: C的遗传算法的源代码。是遗传算法原理及应用(王小平)的源代码,包含基本的遗传算法和一些遗传算法的举例-C genetic algorithm source code. Is the principle and application of genetic algorithms (Wang Xiaoping) source code, including the basic genetic algorithm and a number of genetic algorithm, for example
Platform: | Size: 749568 | Author: han | Hits:

[AI-NN-PRga_life

Description: 使用遗传算法进行人工生命模拟的C语言源程序-The use of genetic algorithm artificial life simulation of C language source code
Platform: | Size: 51200 | Author: ann | Hits:

[MPIMonteCarlo

Description: 采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
Platform: | Size: 325632 | Author: lry | Hits:

[matlabGABP

Description: matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。-matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
Platform: | Size: 9216 | Author: magic | Hits:

[AI-NN-PRmutation

Description: 遗传算法的变异操作的源代码-Mutation operation of genetic algorithm source code
Platform: | Size: 1024 | Author: yab | Hits:

[AI-NN-PRgenetic_algorithm_in_c

Description: 此源码包含下面五个程序的源代码。 基本分类算法源程序 基本遗传算法源程序 基于遗传算法的人工生命模拟源程序 基于遗传算法优化神经网络结构源程序 基于遗传算法提取基元图形源程序-This source code contains the following five program s source code. Basic classification algorithm source basic source of genetic algorithm based on genetic algorithm source artificial life simulation optimization based on genetic algorithm neural network structure based on genetic algorithm source extract source graphics primitives
Platform: | Size: 631808 | Author: 魏汝垚 | Hits:

[Algorithmga

Description: 用C语言实现遗传的算法,MATLAB虽然有很多算法,但有时用c语言编写的代码执行的快得多-Using C language implementation of genetic algorithm, MATLAB although has a lot of algorithms, but sometimes using c language code implemented much faster
Platform: | Size: 2048 | Author: 杜波 | Hits:

[Otheryichuansuanfa

Description: 以VC语言为程序语言,关于遗传算法的应用的程序代码-To VC language programming language, about the application of genetic algorithm code
Platform: | Size: 3072 | Author: 尉迟宸 | Hits:

[AI-NN-PRportoptgads

Description: 该程序介绍了一种简单的遗传算法应用程序,采用matlab高效编程,适合于二进制编码的典型应用。-The program introduced a simple application of genetic algorithm using matlab efficient programming, suitable for the typical application binary code.
Platform: | Size: 46080 | Author: 张振杰 | Hits:

[OtherGenetic-Ant

Description: 遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
Platform: | Size: 182272 | Author: liuhui | Hits:

[Mathimatics-Numerical algorithmsyichuansuanfaqiujielvxingshang

Description: 利用遗传算法求解旅行商问题,其中附有程序实现的源代码-The use of genetic algorithm to solve traveling salesman problem, of which attached to the source code program
Platform: | Size: 4096 | Author: 张驰 | Hits:

[Other45666011mat-7262

Description: ga源代码,使用matlab实现遗传算法的源代码-ga source code, the use of genetic algorithm matlab source code
Platform: | Size: 7168 | Author: 王小姐 | Hits:

[AI-NN-PRmatlabforVRP

Description: 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
Platform: | Size: 7168 | Author: ly | Hits:

[OtherA_very_simple_genetic_algorithm_source_code

Description: 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu,目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。 -This is a very simple genetic algorithm source code, by Denis Cormier (North Carolina State University) developed, Sita S. Raghavan (University of North Carolina at Charlotte) as amended. Code to ensure that as little as possible, in fact, do not have errors. The application of a specific amendment to this code, the user can change the definition of constants and the definition of "evaluation function" can be. Note the code is designed for maximum value, in which the objective function can only take positive and function to adapt to individual values and there was no difference between values. The system uses the ratio of choice, the best model, a single point of hybridization and uniform mutation. If the variation of the replacement of uniform Gaussian mutation may be more effective. Code without any graphics, or even no screen output, mainly to ensure a high portability between platforms. Readers can ftp.uncc.edu, directory coe/evol documents obtained prog.c. Asked to enter the fi
Platform: | Size: 4096 | Author: Kaavield | Hits:

[Othervrp

Description: 编写的基于遗传算法解决VRP问题的源代码-Prepared VRP based on genetic algorithm to solve the problem of source code
Platform: | Size: 4096 | Author: 张凯 | Hits:

[Booksimage_segmentation_with_the_twodimensinal_entropy.

Description: 最大二维信息熵原理;改进的遗传算法;基于阈值的图像分割 包括一个完整的matlab源代码和几个论文原理介绍pdf文件-Two-dimensional maximum entropy principle improved genetic algorithm threshold based on image segmentation matlab, including a complete source code and the principle of introducing a number of papers pdf files
Platform: | Size: 642048 | Author: zhangjh04 | Hits:

[VC/MFCGA_TSP

Description: 求解tsp问题的遗传算法源代码。利用这个源程序可以更清晰的知道旅行商问题是如何实现最优化。-Solving the problem of genetic algorithm tsp source code. Take advantage of this source can be more clearly aware of the traveling salesman problem is how to achieve optimized.
Platform: | Size: 52224 | Author: 王竞婷 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 43 »

CodeBus www.codebus.net